PATHMac OS 8 Developer Documentation > Operating System Services > Multiprocessing Services >

Adding Multitasking Capability to Applications Using Multiprocessing Services

   

MPProcessID

Multiprocessing Services manipulates processes by passing a process ID, which is defined by the MPProcessID type:

typedef struct OpaqueMPProcessID* MPProcessID;

Note that this process ID is identical to the process ID (or context ID) handled by the Code Fragment Manager.

VERSION NOTES

Introduced with Multiprocessing Services 2.0.


© 1999 Apple Computer, Inc. – (Last Updated 07 May 99)